diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-10-13 17:49:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-13 17:49:03 +0100 |
| commit | 7eea6da108ab664cdc0e1a2691159cfafa981ac7 (patch) | |
| tree | 0e08447045bf28ab4210be7a9a0238eef9037168 /src/pages/[locale]/furthsettins | |
| parent | 2febffe5e3036c4b35dff4a8b274f42a7f8fef42 (diff) | |
| parent | dcdc91cbd06b82b042e601f792a1a5b08d9b82ce (diff) | |
Merge pull request #104 from joeacarstairs/staging
Update
Diffstat (limited to 'src/pages/[locale]/furthsettins')
| -rw-r--r-- | src/pages/[locale]/furthsettins/lallans/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[locale]/furthsettins/lallans/index.astro b/src/pages/[locale]/furthsettins/lallans/index.astro index 61f31ec..a4b6d70 100644 --- a/src/pages/[locale]/furthsettins/lallans/index.astro +++ b/src/pages/[locale]/furthsettins/lallans/index.astro @@ -17,7 +17,7 @@ const t = translate(locale); <Page title={t(tPage, { key: 'title' })}> <section> <h1>{t(tPage, { key: 'title' })}</h1> - <p>{t(tPage, { key: 'about-lallans' })}</p> + <p set:html={t(tPage, { key: 'about-lallans' })} /> <LallansIssuesGallery /> </section> </Page> |
